libostree: fix a gobject-introspection warning
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 6 Oct 2014 16:54:18 +0000 (18:54 +0200)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 6 Oct 2014 17:03:34 +0000 (19:03 +0200)
src/libostree/ostree-repo.c:1759: Warning: OSTree:
  ostree_repo_import_object_from: unknown parameter 'checksum' in
  documentation comment, should be 'sha256'

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
src/libostree/ostree-repo.h

index 856b764ad72fc0dc52cc4aa454f3a148536c0052..5ca9b3fe995ddda85e31ba1a07ce91313f087ff0 100644 (file)
@@ -268,7 +268,7 @@ gboolean      ostree_repo_query_object_storage_size (OstreeRepo           *self,
 gboolean      ostree_repo_import_object_from (OstreeRepo           *self,
                                               OstreeRepo           *source,
                                               OstreeObjectType      objtype,
-                                              const char           *sha256, 
+                                              const char           *checksum,
                                               GCancellable         *cancellable,
                                               GError              **error);